func runtime.rawstring
7 uses
runtime (current package)
arena.go#L168: s2, b := rawstring(len(s1))
string.go#L175: s, b = rawstring(l)
string.go#L297: s, b = rawstring(4)
string.go#L310: func rawstring(size int) (s string, b []byte) {
string.go#L367: s, b := rawstring(l)
string.go#L383: s, b := rawstring(l)
string.go#L613: s, b := rawstring(n1 + 4)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)